From ad6b7e24a3f08b41e105158debd47a1100fdbe85 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Wed, 11 Jul 2018 15:54:55 +0100 Subject: [PATCH] Fix errors in format definition Signed-off-by: Jonathan Dieter --- zchunk_format.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zchunk_format.txt b/zchunk_format.txt index 17deaa4..ada1e7e 100644 --- a/zchunk_format.txt +++ b/zchunk_format.txt @@ -35,7 +35,7 @@ Header size: Header checksum This is the checksum of everything from the beginning of the file - until the end of the index, ignoring the header checksum. + until the end of the signatures, ignoring the header checksum. The preface: @@ -44,7 +44,7 @@ The preface: +===============+-+-+-+-+========================+ Data checksum - This is the checksum of everything after the index, including the + This is the checksum of everything after the header, including the compressed dict and all the compressed chunks. This checksum is generated using the overall checksum type, *not* the chunk checksum type. -- 2.30.2